Schemat bigApi.v1
Typ złożony ProcessingError
Schemat bigApi.v1 : Typ złożony ProcessingError
Opis
Błąd przetwarzania
Błąd wewnętrzny SIBIG.
Processing error
Internal SIBIG error.
Przestrzeń nazw http://api.big.pl/bigApi/v1/types
Diagram
Element errorType Element responseDateTime Element messageId Sequence Typ złożony ProcessingError
Overview
ProcessingError
Błąd przetwarzania
Błąd wewnętrzny SIBIG.
Processing error
Internal SIBIG error.
Sequence
messageId Typ prosty messageId
Identyfikator komunikatu
Ciąg znaków jednoznacznie identyfikujący komunikat o błędzie systemowym.
Message id
String uniquely identifying the message.
responseDateTime xs:dateTime
Data i czas odpowiedzi
Response date and time.
errorType Typ prosty processingErrorEnum
Rodzaj błędu systemowego
Kod identyfikujący powód wystąpienia błędu przetwarzania.
Processing error type
Code identifying cause of the processing error.
Używany przez
Element processingError
Źródło
<xs:complexType name="ProcessingError" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Błąd przetwarzania</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Błąd wewnętrzny SIBIG.</div>
      <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Processing error</div>
      <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Internal SIBIG error.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="messageId" type="ba:messageId">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Identyfikator komunikatu</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Ciąg znaków jednoznacznie identyfikujący komunikat o błędzie systemowym.</div>
          <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Message id</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">String uniquely identifying the message.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="responseDateTime" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Data i czas odpowiedzi</div>
          <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Response date and time.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="errorType" type="ba:processingErrorEnum">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Rodzaj błędu systemowego</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Kod identyfikujący powód wystąpienia błędu przetwarzania.</div>
          <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Processing error type</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Code identifying cause of the processing error.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Zobacz także
Schemat bigApi.v1